Northwoods.GoSilverlight 1.3.5 Assembly
GetGroupForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetGroupForNode Method

nodedata
Return the container group node data for a given node data, if there is one.

Syntax

Visual Basic (Declaration) 
Public Function GetGroupForNode( _
   ByVal nodedata As NodeType _
) As NodeType
C# 
public NodeType GetGroupForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a NodeType node data

Remarks

This is used for model navigation and graph traversal.

Requirements

See Also

© 2012 All Rights Reserved.